home *** CD-ROM | disk | FTP | other *** search
/ STraTOS 1997 April & May / STraTOS 1 - 1997 April & May.iso / CD01 / INTERNET / SITES / GRAHAM / XA_6S.ZIP / SOURCE / NEW_CLNT.H < prev    next >
Encoding:
C/C++ Source or Header  |  1996-04-29  |  171 b   |  9 lines

  1. #ifndef _NEW_CLNT_H_
  2. #define _NEW_CLNT_H_
  3.  
  4. unsigned long XA_new_client(short clnt_pid,AESPB *pb);
  5. unsigned long XA_client_exit(short clnt_pid,AESPB *pb);
  6.  
  7. #endif
  8.  
  9.